home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dhcp / dhcp-sopts.hlp.z / dhcp-sopts.hlp
Encoding:
Text File  |  1997-07-30  |  3.0 KB  |  80 lines

  1. #!/usr/bin/perl5
  2. #
  3. # dhcp-sopts.hlp
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: dhcp-sopts.hlp,v 1.7 1997/04/17 21:23:09 shotes Exp $
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <FORM>
  26. <H2>Setting up your DHCP Server</H2>
  27. <P>
  28. The DHCP server program, <VAR>dhcp_bootp</VAR>, supports the DHCP
  29. service on a server. If the DHCP server is turned on,
  30. <VAR>dhcp_bootp</VAR> starts automatically when the server is started.
  31. At startup, <VAR>dhcp_bootp</VAR> reads its operating parameters from
  32. the <VAR>/etc/config/dhcp_bootp.options</VAR> file. These parameters
  33. specify the hosts databases that DHCP must update with new hostnames
  34. and addresses, the system file for the new host, and the directory that
  35. contains client configuration files.
  36. </P>
  37. <P>
  38. Use the DHCP Server Setup form to set <VAR>dhcp_bootp</VAR> startup
  39. parameters:
  40. </P>
  41. <P>
  42. <STRONG>Enable DHCP server:</STRONG> This selection controls whether this 
  43. system will act as a DHCP server. Select <EM>Yes</EM> to turn on DHCP
  44. service and <EM>No</EM> to turn off DHCP service.
  45. </P>
  46. (Default value: No)
  47. <P>
  48. <STRONG>Filename for translating IP addresses to hostnames:</STRONG>
  49. This file is the source of hostname and address information for your
  50. DHCP server. When the DHCP server assigns a new system an address,
  51. it enters the address in this file so that the address is not 
  52. reassigned. To make the new system known to other systems, this file 
  53. must be copied to them or distributed by NIS. 
  54. </P>
  55. <P>
  56. The default hosts database is the local <VAR>/etc/hosts</VAR> file.
  57. If you are running NIS or DNS, their hostname and address databases 
  58. may be built from an alternative file.
  59. </P>
  60. (Default value: local /etc/hosts)
  61. <P>
  62. <STRONG>File name for translating Ethernet address to
  63. hostnames:</STRONG> This file is the source of information for
  64. translating Ethernet hardware addresses to hostnames. When the DHCP
  65. server receives a request from a client, the request contains the client's
  66. Ethernet address. The DHCP server uses this address to determine what 
  67. information should be sent to the client. 
  68. </P>
  69. <P>
  70. The default Ethernet address translation file is the local <VAR>/etc/ethers</VAR> 
  71. file. If you are using the NIS name service, its database may be built from an 
  72. alternative file.
  73. </P>
  74. (Default value: local /etc/ethers)
  75. <CENTER>
  76. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  77. </CENTER>
  78. </FORM>
  79. EndOfFile
  80.